chore(TERM-001): scaffold + filled proposal for Ghostty Linux bootstrap#42
Merged
Conversation
Three-file scaffold from init-spec.sh: - proposal.md (filled, 78 lines) -- Why / What / Out of scope / Risks / Acceptance criteria / locked design decisions table. The four decisions resolved in conversation: (1) version pinned in versions.conf; (2) Ubuntu-only install via apt; (3) set-as-default GNOME terminal stays manual in runbook; (4) detect-and-act gating (no flag, warn-not-fail pattern matching BUG-001 #40). - tasks.md (template) -- will be filled in the implementation PR with the concrete bash/PowerShell/healthcheck/bats work items. - verification.md (template) -- will be filled when implementation reaches the verification phase. Predecessors merged into main this session: #38 (tmux truecolor for ghostty), #39 (AI-011 archive + opencode.jsonc Layer 1 comment fix), #40 (BUG-001 Copilot detect-and-act), #41 (oclog alias). This commit is design-only -- no code or test surface changes. The implementation PR will land separately under feat/TERM-001-impl once this proposal is reviewed.
This was referenced May 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Design-only PR. Lands the
specs/TERM-001-ghostty-bootstrap/scaffold withproposal.mdfully written.tasks.mdandverification.mdare template stubs awaiting the implementation PR.Background
During AI-011-validation (2026-05-17 session) Ghostty was adopted as the daily-driver terminal to host opencode TUI (avoids the ANSI re-emission overhead of tmux). Install + minimal config (
~/.config/ghostty/configwith Catppuccin Mocha + JetBrainsMono Nerd Font +confirm-close-surface) was done manually -- nothing versioned. PR #38 already merged the tmux truecolor passthrough side. This spec replicates the AI-011 bootstrap pattern for Ghostty itself.Design decisions locked
versions.conf(GHOSTTY_VERSION=1.3.0)apt install ghostty)Rationale for each in
proposal.md§ "Design decisions locked".Out of scope (explicit)
sshmux; Ghostty splits for opencode TUI onlyAcceptance criteria (preview)
11 testable outcomes listed in
proposal.md. Implementation PR (separate, future) will check them off.Test plan
init-spec.sh TERM-001-ghostty-bootstrapran clean against vault context (link verified)feat/TERM-001-implCross-links
~/Projects/knowledge/10_projects/dotfiles/11-tasks.md-> TERM-00130-architecture/adr-009-multi-agent-runtime(vault)